-SUMMARY 5-

 

HTML and CSS Chapters  4 and 13

Topic 1-Links

Links are created using <a> </a> tags, clicking anywhere with in this tag will redirect to the new link. The <a> tag also has an attribute associated with it, called a href. Urls are also known as web adresses, also called uniform resource locator.  

Topic 2-Directory Structure

To help organize code it's a good practice to organize each page into a newe folder. There is three main sections, structure, relationships, and homepages. Relationsips are like a family tree, structure is the organization, and homepages are landing pages.  

Topic 3-Borders

You can give elements such as header, body, ect, decrative elements of borders. Borders can be adjusted in the css files, you can also adjust the width of certain sides of your border individually. Border style is also adjusted in css, here you can make them dashed, double lines, solid, grooved, insetted, outsetted, or hidden.